Fix performance report template for Bokeh 3.9#9213
Fix performance report template for Bokeh 3.9#9213saarantras wants to merge 2 commits intodask:mainfrom
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 31 files ± 0 31 suites ±0 11h 4m 31s ⏱️ - 13m 12s For more details on these failures, see this check. Results for commit 0ee88b7. ± Comparison against base commit 4182308. ♻️ This comment has been updated with latest results. |
The file is still there in bokeh 3.9; it's just the source URL in the comment that has become obsolete: https://github.com/bokeh/bokeh/blob/main/src/bokeh/core/_templates/file.html I'm failing to reproduce your issue. Everything seems to work fine for me in the distributed main branch. Could you provide a minimal reproducer, its output, and the output of |
|
Investigated & it seems this PR is now redundant. I think I built this against an older version, sorry. |
Related to #9205.
While trying to generate
distributed.performance_reportlogs, I was still hitting a Bokeh 3.9 template error. The compatibility shim added in #9205 fixed the general template rename, butdistributed/dashboard/templates/performance_report.htmlwas still extendingfile.html, which does not exist in Bokeh 3.9's template namespace.(I have not checked <3.9 Bokeh releases.)